tests: remove unused import
authorSamuel Zeter <samuelzeter@gmail.com>
Wed, 21 May 2025 00:49:48 +0000 (10:49 +1000)
committerSamuel Zeter <samuelzeter@gmail.com>
Fri, 23 May 2025 04:39:55 +0000 (14:39 +1000)
commit1c56cb4927d64e9aa578cd40dee0d908006dc6b9
tree663bfe911107aa0a0388f8be9bb56e5485930587
parent78c45e853fb224a49285a135b614743224274d99
tests: remove unused import

Fixes:

warning: unused import: `with_procspawn_tempdir::with_procspawn_tempdir`
  --> src/test.rs:11:9
   |
11 | pub use with_procspawn_tempdir::with_procspawn_tempdir;
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: if this is a test module, consider adding a `#[cfg(test)]` to the containing module
  --> src/insttestmain.rs:9:1
   |
9  | mod test;
   | ^^^^^^^^^
   = note: `#[warn(unused_imports)]` on by default
tests/inst/src/test.rs